Pascal     C++      Meaning

+          +        Adds two numbers
-          -        Subtracts two numbers
/          /        Divides one number by another
*          *        Multiplies one number by another
MOD        %        Gives you the remainder of division between two numbers
:=         =        Assigns one number to another